*, body, html {
    margin: 0;
    padding: 0;
    font-family: \5FAE\8F6F\96C5\9ED1,"Microsoft YaHei";
}
html, body {
    height: 100%;
    width: 100%;
}
ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

.cl {
    clear: both;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.section {
    position: relative;
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
}

.mouse {
    position: absolute;
    bottom: 50px;
    left: 20px;
    z-index: 3;
    animation: mouse 2s infinite;
    -webkit-animation: mouse 2s infinite; /* Safari 与 Chrome */
}

@keyframes mouse {
    0% {
        bottom: 50px;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 50px;
    }
}

@-webkit-keyframes mouse /* Safari 与 Chrome */
{
    0% {
        bottom: 50px;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 50px;
    }
}

.xia {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -25px;
    z-index: 3;
}

.widget {
    width: 70px;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    right: 0;
    top: 0;
    z-index: 9;
}

.widget p {
    color: #fff;
    text-align: center;
    margin-top: 70px;
}

.bar {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255, .8);
    border-radius: 50%;
    position: fixed;
    top: 20px;
    right: 14px;
    z-index: 1000;
    cursor: pointer;
}

.menu {
    width: 20px;
    height: 3px;
    background-color: #7b6e65;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    left: 50%;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s
}

#menu0 {
    top: 30%;
}

#menu1 {
    top: 50%;
}

#menu2 {
    top: 70%;
}

.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8;
    background: rgba(0, 0, 0, .3);
    display: none;
}

.bg ul {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    position: absolute;
    top: 50%;
    margin-top: -100px;

}

.bg ul li {
    text-align: center;
    height:180px;
    float: left;
    margin-right: 1%;
    width: 13.28%;
}

.bg ul li:last-of-type {
    margin-right: 0;
}


.bg ul li a > p {
    color: #4c4c4c;
    font-weight:400;
    font-size: 20px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.bg ul li a > p span{width:100%;text-align:center;color:#a9a9a9;font-size:16px;}
.bg ul li a > img {
    margin-bottom: 20px;
}

.bg ul li a {
    display: block;
	padding:10px;
	height:100%;
    background: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	border-radius:6px;
}
.bg ul li a i {
    display: block;
	margin:0px auto;
    width: 52px;
	height:46px;
	padding:30px 0;
	background:url(../images/new/nav_num.png) no-repeat center center;font-style:normal;
	font-size:34px;color:#a9a9a9;text-align:center;font-weight:400;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.bg ul li a:hover {
    -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
	background:#7b6e65;
}
.bg ul li a:hover i,.bg ul li a:hover p{color:#fff}
#menu {
    margin-top: 100px;
}

#menu > ul > li {
    width: 30px;
    height: 30px;
    margin: 20px;
}

#menu > ul > li a {
    display: block;
    height: 30px;
}

#menu > ul > li:first-of-type {
    background: url("img/i.png") no-repeat 0 0;
}

#menu > ul > li:nth-of-type(2) {
    background: url("img/i1.png") no-repeat 0 0;
}

#menu > ul > li:nth-of-type(3) {
    background: url("img/i2.png") no-repeat 0 0;
}

#menu > ul > li:nth-of-type(4) {
    background: url("img/i3.png") no-repeat 0 0;
}

#menu > ul > li:nth-of-type(5) {
    background: url("img/i4.png") no-repeat 0 0;
}

#menu > ul > li:nth-of-type(6) {
    background: url("img/i5.png") no-repeat 0 0;
}

#menu > ul > li:nth-of-type(7) {
    background: url("img/i6.png") no-repeat 0 0;
}

#menu > ul > li.active {
    background-position: -30px 0;
}

/*-------------------page2-----------------------------*/

.s2 {
    background: url("img/bg.jpg") no-repeat center center;
    background-size: cover;
}

.intro {
    margin-left: 21%;
    margin-top: -85px;
    width: 30%;

}

.show {
    display: block !important;
}

.intro > img, .intro > div, .intro > a {
    display: none;
}

.intro > div {
    margin-top: 80px;
}

.intro > div > h2 {
    font-weight: normal;
    margin-bottom: 20px;
}

.delay {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.intro > a {
    margin-top: 30px;
    width: 103px;
}

/*-------------------------------page3-------------------------------*/
.s3 {
    background: url("img/bg1.jpg") no-repeat center center;
    background-size: cover;
}

.intro1 {
    margin-right: 10%;
    margin-top: 10px;
    width: 30%;
    float: right;

}

.intro1 > img, .intro1 > div, .intro1 > a {
    display: none;
}

.intro1 > div {
    margin-top: 80px;
    color: #fff;
}

.intro1 > a {
    margin-top: 30px;
    color: #932832;
    font-weight: bold;
}

.intro1 > div > h2 {
    margin-bottom: 20px;
}

/*-------------------------------page4-------------------------------*/
.s4 {
    background: url("img/bg2.jpg") no-repeat center center;
    background-size: cover;
}

.fp-slides {
    background: url("img/title2.png") no-repeat center 150px;
}

.s4 ul li {
    width: 23%;
    text-align: center;
    float: left;
    margin: 1%;
}

.s4 ul li div {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.s4 ul li img {
    width: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: block;
}

.s4 ul li p {
    color: #000;
    font-weight: bold;
    margin-top: 16px;
}

.s4 ul li:hover img {
    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -webkit-transform: scale(1.05, 1.05); /* Safari */
    transform: scale(1.05, 1.05);

}

/*-----------------------------page6-------------------------*/
.s6 {
    background: url("img/bg3.jpg") no-repeat center center;
    background-size: cover;
}

.intro2 {
    margin-left: 10%;
    margin-top: 0;
    width: 30%;
}

.intro2 > div > h2 {
    color: #932832;
    margin-bottom: 30px;
}

.intro2 > a {
    color: #932832;
    font-weight: bold;
    float: right;
}

.intro2 h3 {
    color: #932832;
}

.intro2 > div > div {
    margin-bottom: 20px;
}

.delay2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.intro2 > div > h2, #rc, #rc1, #rc2, .intro2 > a {
    display: none;
}

/*-------------------------page7---------------------------*/
.s7 {
    background: #535353;
}

.contact {
    background: url("img/logo.png") no-repeat left center;
    width: 800px;
    padding-left: 260px;
    margin: 0 auto;
    overflow: hidden;
}

.contact > div {
    float: left;
}

.contact > div:first-of-type {
    color: #fff;
    width: 55%;
    margin-top: 60px;
}

.contact > div > h2 {
    font-weight: normal;
    margin-bottom: 10px;
}

.contact > div ul li {
    line-height: 70px;
    border-bottom: 1px solid #ffffff;
}

.contact > div ul li img {
    vertical-align: middle;
}

.contact > div > div {
    margin-top: 10px;
}

.contact > div.ewm {
    width: 40%;
    margin-left: 5%;
    background: url("img/ewm.jpg") no-repeat center center;
    height: 419px;
}

.contact > div.ewm > img {
    margin-left: 56px;
    margin-top: 40px;
}

#c0, #c1, #c2, #c3, #c4 {
    display: none;
}













































